type github.com/coder/websocket.netConn
12 uses
github.com/coder/websocket (current package)
netconn.go#L51: nc := &netConn{
netconn.go#L96: type netConn struct {
netconn.go#L115: var _ net.Conn = &netConn{}
netconn.go#L117: func (nc *netConn) Close() error {
netconn.go#L125: func (nc *netConn) Write(p []byte) (int, error) {
netconn.go#L140: func (nc *netConn) Read(p []byte) (int, error) {
netconn.go#L156: func (nc *netConn) read(p []byte) (int, error) {
netconn.go#L201: func (nc *netConn) SetDeadline(t time.Time) error {
netconn.go#L207: func (nc *netConn) SetWriteDeadline(t time.Time) error {
netconn.go#L221: func (nc *netConn) SetReadDeadline(t time.Time) error {
netconn_notjs.go#L7: func (nc *netConn) RemoteAddr() net.Addr {
netconn_notjs.go#L14: func (nc *netConn) LocalAddr() net.Addr {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |